home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / shells / scsh-0.4 / scsh-0 / scsh-0.4.2 / scsh / static-heap.scm < prev    next >
Text File  |  1995-10-13  |  274b  |  9 lines

  1. ;;; Package for Static heaps for the Scheme Shell
  2. ;;; Copyright (c) 1995 by Brian D. Carlstrom.
  3.  
  4. ;;; based on Scheme48 implementation.
  5. ;;; Copyright (c) 1993, 1994 by Richard Kelsey and Jonathan Rees.
  6.  
  7. (define (newspace-begin) *newspace-begin*)
  8. (define (heap-pointer) *hp*)
  9.